Package-level declarations
Types
Link copied to clipboard
data class MenuItemConfig(val isVisible: Boolean, val item: TMGEDPPanelItem, val title: String, @DrawableRes val iconRes: Int)
Link copied to clipboard
data class MenuUiModel(val prioritizedItem: TMGEDPPanelItem?, val showOverflow: Boolean, val visibleItems: List<TMGEDPPanelItem>?)
Link copied to clipboard